"Big Letters"
Glenn Pogue and Dennis Sprague
ARCADIAN 1, no. 9 (Aug. 18, 1979): 69.


_BIG LETTERS_ continue to interest subscribers.  Dennis Sprague modified the
pg. 45 program to write double size letters on command - the poke-ing is done
automatically.  Refer to the program on pg. 45 and retain lines 9 thru 60, and
line 120.  Replace the rest with:
                             65 A = 20190
                             70 K = KP
                             80 IF K = 13 GOTO 100
                             90 %(A) = K; A = A+1; GOTO 70
                            100 %(A) = 0
                            105 CLEAR
                            110 CALL (B); GOTO 65
Dennis writes "65 starts the display area, 100 shuts off the display if a zero
is encountered.  The ASCII values of K get poked into the display area 8 bits
at a time."

With the above, enter and RUN the program.  Then just key in whatever letter,
number, character that you wish to see, punch GO, and there it is, twice as
big as life.
